home *** CD-ROM | disk | FTP | other *** search
/ Journey to the Planets (B&N) / Journey to the Planets (1994)(Multicom)[Mac-PC].iso / pc / sun / sun.hc / card_3057.txt < prev    next >
Text File  |  1994-03-10  |  1KB  |  62 lines

  1. -- card: 3057 from stack: in.hc
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2640
  5. -- name: MAIN MENU
  6. ----- HyperTalk script -----
  7. on openCard
  8.   lock screen
  9.   colorizeHC "Add","PLANETS:SUN:UI_MAC:SUN.PIC"
  10.   unlock screen
  11. end openCard
  12.  
  13.  
  14. on closeCard
  15.   lock screen
  16.   colorizeHC "colorFill"   -- redraw previous screens
  17.   unlock screen
  18. end closeCard
  19.  
  20.  
  21.  
  22. -- part 1 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=158 top=143 right=259 bottom=311
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: DATA
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   frameHilite
  37.   lock screen
  38.   go to cd "D1"
  39.   unlock screen
  40. end mouseUp
  41.  
  42.  
  43. -- part 2 (button)
  44. -- low flags: 00
  45. -- high flags: 0000
  46. -- rect: left=361 top=143 right=259 bottom=514
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: EXPLORATION
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   frameHilite
  58.   lock screen
  59.   go to cd "E1"
  60.   unlock screen
  61. end mouseUp
  62.